Click or drag to resize

TimeCollection Methods

The TimeCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(Time)
Adds a Time to the collection.
Public methodAdd(TimeCollection)
Adds a TimeCollection to the collection.
Public methodAdd(DateTime, DateTime)
Adds a Time specified with start and end time to the collection.
Public methodAdd(DateTime, DateTime, RepeatTime)
Adds a Time specified with start, end and repeat time to the collection.
Public methodClear (Inherited from CollectionBase.)
Public methodContains
Determines whether the TimeCollection contains a specific Time.
Public methodCopyTo
Copies an Time array to the collection, starting at a specified target index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Returns the zero-based index of the first occurrence of the specified node in the collection.
Public methodInsert
Inserts the specified Time at the specified possition.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Removes a Time from the collection, if it is present.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also